home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 4 / Mac Giga-ROM 4.0 - 1993.toast / FILES / DEM / A-C / CompBasedTrain / CBT Screens / card_26320.txt < prev    next >
Encoding:
Text File  |  1989-06-08  |  1.0 KB  |  35 lines

  1. -- card: 26320 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 11700
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A003
  11. -- rect: left=20 top=256 right=283 bottom=138
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Next Screen
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual iris close
  23.   go to card 3
  24.   answer "This is the first screen in the stack."
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part contents for background part 1
  30. ----- text -----
  31. Selector
  32.  
  33. Introduction card
  34.  
  35. Selector is a field which contains its own script.  Text in the field is locked.  When you click on any line of the field, the text on that line is placed into a field above called "Selection". Here, the student clicked on Florida and put it into Selection.  Once the text is in Selection, you can capture or evaluate it.  Selector can be used as an index to just about anything.  It also can be useful when you have long lists of possible answers.